home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Tumbler and Podium / Tumbler_podium.h < prev    next >
Encoding:
Text File  |  1995-05-31  |  537 b   |  22 lines  |  [TEXT/MPS ]

  1. // Tumbler_podium.h -- this contains the podium specific routines for the Tumbler app
  2. //
  3. //
  4.  
  5.  
  6. #ifndef _Tumbler_PODIUM_H_
  7. #define _Tumbler_PODIUM_H_
  8.  
  9. #include <Events.h>
  10. #include "Tumbler_Document.h"
  11.  
  12. #define LeftTopHandle        1
  13. #define RightTopHandle        2
  14. #define LeftBottomHandle    3
  15. #define RightBottomHandle    4
  16.  
  17. void Podium_DoContent(DocumentPtr theDocument, EventRecord *theEvent) ;
  18. void Podium_DoBackgroundContent(DocumentPtr    theDocument, EventRecord *theEvent) ;
  19. void Podium_DoIdle(EventRecord *theEvent) ;
  20. void Podium_Init(void) ;
  21.  
  22. #endif